home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / buttons / toolb160 / mkbitmap / readme.1st < prev    next >
Text File  |  1994-06-21  |  2KB  |  40 lines

  1. This is a very simple application that allows you to create
  2. a large bitmap containing all the tiny bitmaps you need for
  3. defining the buttons on the ButtonBar control.
  4.  
  5. It's fairly simple to use:
  6.  
  7. -  Load the MKBITMAP project into Visual Basic and run it.
  8. -  The first thing the program does, is ask you for the
  9.    directory where all the tiny bitmaps are stored. I've
  10.    included a reasonably complete set of bitmaps in the
  11.    BUTTONS directory.
  12. -  When you've selected a bitmap-directory, you can add bitmaps
  13.    to the big blank page by double clicking on it or by
  14.    choosing 'Add Bitmap' from the Options-menu. You'll see
  15.    a screen with all the bitmaps that are present in the
  16.    bitmap-directory.
  17. -  Select a bitmap you want to use by clicking on it and
  18.    clicking on the Ok-button or by simply double-clicking it.
  19. -  The bitmap is placed on the blank page where you can move it
  20.    by simply dragging it over the page. When you release the mouse-
  21.    button, you'll notice the bitmap snapping into a 'grid' that's
  22.    defined by the bitmap size.
  23. -  Place all the bitmaps you need on the page and select 'Generate
  24.    bitmap' from the Options menu. This will generate the bitmap
  25.    you've defined. The program will prompt you for a filename
  26.    under which to save the bitmap
  27. -  If you want to keep the bitmap-ordering you've defined, select
  28.    'Save' from the File-menu. This will allow you to modify the
  29.    ordering of the bitmaps later.
  30.  
  31.  
  32. The program comes with a sample BMC (bitmap-position information) file
  33. that generates the bitmap BUTTONS.BMP, when you choose 'Generate bitmap'.
  34. For those of you that don't want to use this program, the BUTTONS.BMP
  35. file also present in this package.
  36.  
  37. This program is provided as is, with no warranty of any kind. You're
  38. free to use, modify and even distribute it (without charging for it).
  39.  
  40. Enjoy